Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix label lower case #9

Merged
merged 2 commits into from
Jul 1, 2019
Merged

Conversation

conao3
Copy link
Contributor

@conao3 conao3 commented Mar 10, 2019

I made the label the lower case. See #3.
I do not know about LoC so please correct it after merging.

(Cargo.lock change is a message automatically inserted by cargo.)

src/main.rs Outdated
const COMMENTS: &'static str = "Comments";
const FILES: &'static str = "Files";
const LINES: &'static str = "Total lines";
const CODE: &'static str = "code lines";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer if this was lines of code, I know it's different from the rest, but code lines doesn't sound correct to me.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK!

@XAMPPRocky
Copy link
Owner

Thank you for your PR! I'm sorry that I didn't get to this sooner as there are now merge conflicts. If you could resolve them and address the feedback I've left. I'd be happy to merge this.

@conao3
Copy link
Contributor Author

conao3 commented Jun 30, 2019

rebased!

@conao3
Copy link
Contributor Author

conao3 commented Jun 30, 2019

fix code lines to lines of code.
You also prefer to me use lines of blanks and lines of comments?

@XAMPPRocky
Copy link
Owner

No that's fine. Thank you again for your PR, and congrats on your first contribution! 🎉

@XAMPPRocky XAMPPRocky merged commit 617f5cd into XAMPPRocky:master Jul 1, 2019
@conao3 conao3 deleted the fix-label-lower-case branch July 1, 2019 23:50
@conao3
Copy link
Contributor Author

conao3 commented Jul 1, 2019

OK. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants